type fmt.wrapError

4 uses

	fmt (current package)
		errors.go#L48: 		w := &wrapError{msg: s}
		errors.go#L70: type wrapError struct {
		errors.go#L75: func (e *wrapError) Error() string {
		errors.go#L79: func (e *wrapError) Unwrap() error {